Add end_vector_entry assembler macro
authorRoberto Vargas <roberto.vargas@arm.com>
Tue, 17 Apr 2018 10:31:43 +0000 (11:31 +0100)
committerRoberto Vargas <roberto.vargas@arm.com>
Wed, 11 Jul 2018 08:23:00 +0000 (09:23 +0100)
commita9203edae7906490faebe0eb91825a0cf9a20783
treedf1e6a7c213ff91ecf5f06edc07f296d01cd307a
parentb2805dabaa8292ad158039c59b1577e7ce07ea43
Add end_vector_entry assembler macro

Check_vector_size checks if the size of the vector fits
in the size reserved for it. This check creates problems in
the Clang assembler. A new macro, end_vector_entry, is added
and check_vector_size is deprecated.

This new macro fills the current exception vector until the next
exception vector. If the size of the current vector is bigger
than 32 instructions then it gives an error.

Change-Id: Ie8545cf1003a1e31656a1018dd6b4c28a4eaf671
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
bl1/aarch64/bl1_exceptions.S
bl2/aarch64/bl2_el3_exceptions.S
bl31/aarch64/runtime_exceptions.S
bl32/tsp/aarch64/tsp_exceptions.S
common/aarch64/early_exceptions.S
include/common/aarch64/asm_macros.S
lib/cpus/aarch64/cortex_a76.S
lib/cpus/aarch64/denver.S
lib/cpus/aarch64/wa_cve_2017_5715_bpiall.S
lib/cpus/aarch64/wa_cve_2017_5715_mmu.S
services/std_svc/spm/aarch64/spm_shim_exceptions.S